ArcGIS Data Reviewer API for JavaScript
Show:

ReviewerSession Class

Represents an ArcGIS Data Reviewer session in which validation and manual quality control results are written to the reviewer workspace.

Constructor

ReviewerSession

(
  • sessionId
  • sessionName
  • userName
  • versionName
)

Parameters:

  • sessionId String

    Numeric identifier of the session. For example: Session 10, where 10 is the ID.

  • sessionName String

    Name of the session. For example: Session 10 : Parcels, where Parcels is the name.

  • userName String

    User name under which records are written to the reviewer workspace.

  • versionName String

    Enterprise geodatabase version in which records are validated.

Item Index

Methods

Methods

toString

() String

Returns:

String: The Session ID and name in format Session 10 : Parcels.

Properties

sessionId

Number

Numeric identifier of the session.

sessionName

String

Session name. This is the string following the colon (:) in Session 1 : Parcels.

userName

String

Name under which records are written to the reviewer workspace.

versionName

String

Enterprise geodatabase version in which records are validated.